From d1196a5d71a4df1aa4a35bd9fad6b01b5231d23a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 7 Jan 2016 21:08:00 +0000 Subject: [PATCH] package/libs/libtool: rename to libltdl Source package libtool is used to package libltdl. Unfortunately binary libtoolize is missing. Packaging libtoolize would depend on package file which is in the packages feed. Felix Fietkau suggested to rename source libtool to libltdl and to create a new package libtool in packages. This patch contains the renaming. CC: Felix Fietkau Signed-off-by: Heinrich Schuchardt SVN-Revision: 48149 --- package/libs/{libtool => libltdl}/Makefile | 1 + .../libs/{libtool => libltdl}/patches/160-passthrough-ssp.patch | 0 2 files changed, 1 insertion(+) rename package/libs/{libtool => libltdl}/Makefile (94%) rename package/libs/{libtool => libltdl}/patches/160-passthrough-ssp.patch (100%) diff --git a/package/libs/libtool/Makefile b/package/libs/libltdl/Makefile similarity index 94% rename from package/libs/libtool/Makefile rename to package/libs/libltdl/Makefile index 8091081f96..2ec5f7cd63 100644 --- a/package/libs/libtool/Makefile +++ b/package/libs/libltdl/Makefile @@ -11,6 +11,7 @@ PKG_NAME:=libtool PKG_VERSION:=2.4 PKG_RELEASE:=1 +PKG_BUILD_DIR:=$(BUILD_DIR)/libltdl/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libtool PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021 diff --git a/package/libs/libtool/patches/160-passthrough-ssp.patch b/package/libs/libltdl/patches/160-passthrough-ssp.patch similarity index 100% rename from package/libs/libtool/patches/160-passthrough-ssp.patch rename to package/libs/libltdl/patches/160-passthrough-ssp.patch -- 2.30.2